[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal PostQuitMessage(int exitcode)

  This function posts a WM_QUIT message to all windows in the system.
An application will most likely terminate when it receives this
message.

Parameters
  exitcode specifies the application's exit status. It is used as the
wParam in the WM_QUIT message.

Returns
  Nothing.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson